|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
add(RAAllowedInList newValue)
Adds an element to the list. |
void |
clear()
Clears the list. |
boolean |
hasMoreElements()
Tests if this list's nextElement method can be called again. |
RAAllowedInList |
nextElement()
Returns the next element in this list or null if it doesn't exist. |
void |
resetIteration()
This method resets the list's iterator, which means nextElement will start at the beginning of the list again. |
void |
set(RAAllowedInList newValue)
Sets the last element returned by nextElement. |
RANonElemDataType |
typeOfList()
|
| Method Detail |
public RANonElemDataType typeOfList()
throws RAException
RAException
public void add(RAAllowedInList newValue)
throws RAException
newValue - The value to add.
RAException
public void set(RAAllowedInList newValue)
throws RAException
newValue - The new value of this element
RAException
public void clear()
throws RAException
RAException
public RAAllowedInList nextElement()
throws RAException
RAException
public boolean hasMoreElements()
throws RAException
RAException
public void resetIteration()
throws RAException
RAException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||